home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / math / curfit11.zip / PARABEL.EQU < prev    next >
Text File  |  1995-10-08  |  441b  |  21 lines

  1. inhibition
  2. 2
  3. A*(1-B*X/(1+B*X+C*KA))
  4. a=Bmax; b=Ka; c=Bbound; Ka=Kb
  5. binding-isotherm,1-3cls
  6. 2
  7. A*((1-E-F)*B*X/(1+B*X)+E*C*X/(1+C*X)+F*D*X/(1+D*X))+G*X     
  8. a=Bmax; b=Ka; c=Kb; d=Kc; e=f2; f=f3; g=Kn   association constants!!
  9. kinetic,2steps
  10. 2
  11. C*A*B/(A-B)*(EXP(A*X)*(1/D+1/A)-EXP(B*X)*(1/D+1/B))+C
  12. c=Ro; a=H1; b=H2; d=K2
  13. kinetic, pseudo-1. order
  14. 2
  15. A-A*EXP(-(B*X))
  16. a=R0=C0; b=(k'+k_1); x=t
  17. Parabel
  18. 2
  19. a+b*x+c*x^2
  20. no comment ...
  21.